Tabnine Logo
Enumeration.copy
Code IndexAdd Tabnine to your IDE (free)

How to use
copy
method
in
org.hl7.fhir.dstu3.model.Enumeration

Best Java code snippets using org.hl7.fhir.dstu3.model.Enumeration.copy (Showing top 20 results out of 315)

origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public DeviceMetricCalibrationComponent copy() {
 DeviceMetricCalibrationComponent dst = new DeviceMetricCalibrationComponent();
 copyValues(dst);
 dst.type = type == null ? null : type.copy();
 dst.state = state == null ? null : state.copy();
 dst.time = time == null ? null : time.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public GraphDefinitionLinkTargetCompartmentComponent copy() {
 GraphDefinitionLinkTargetCompartmentComponent dst = new GraphDefinitionLinkTargetCompartmentComponent();
 copyValues(dst);
 dst.code = code == null ? null : code.copy();
 dst.rule = rule == null ? null : rule.copy();
 dst.expression = expression == null ? null : expression.copy();
 dst.description = description == null ? null : description.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public ContactPoint copy() {
 ContactPoint dst = new ContactPoint();
 copyValues(dst);
 dst.system = system == null ? null : system.copy();
 dst.value = value == null ? null : value.copy();
 dst.use = use == null ? null : use.copy();
 dst.rank = rank == null ? null : rank.copy();
 dst.period = period == null ? null : period.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public ObservationRelatedComponent copy() {
 ObservationRelatedComponent dst = new ObservationRelatedComponent();
 copyValues(dst);
 dst.type = type == null ? null : type.copy();
 dst.target = target == null ? null : target.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public BundleEntrySearchComponent copy() {
 BundleEntrySearchComponent dst = new BundleEntrySearchComponent();
 copyValues(dst);
 dst.mode = mode == null ? null : mode.copy();
 dst.score = score == null ? null : score.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public ImplementationGuideDependencyComponent copy() {
 ImplementationGuideDependencyComponent dst = new ImplementationGuideDependencyComponent();
 copyValues(dst);
 dst.type = type == null ? null : type.copy();
 dst.uri = uri == null ? null : uri.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public EpisodeOfCareStatusHistoryComponent copy() {
 EpisodeOfCareStatusHistoryComponent dst = new EpisodeOfCareStatusHistoryComponent();
 copyValues(dst);
 dst.status = status == null ? null : status.copy();
 dst.period = period == null ? null : period.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public OperationDefinitionParameterBindingComponent copy() {
 OperationDefinitionParameterBindingComponent dst = new OperationDefinitionParameterBindingComponent();
 copyValues(dst);
 dst.strength = strength == null ? null : strength.copy();
 dst.valueSet = valueSet == null ? null : valueSet.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public ElementDefinitionSlicingDiscriminatorComponent copy() {
 ElementDefinitionSlicingDiscriminatorComponent dst = new ElementDefinitionSlicingDiscriminatorComponent();
 copyValues(dst);
 dst.type = type == null ? null : type.copy();
 dst.path = path == null ? null : path.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public DocumentReferenceRelatesToComponent copy() {
 DocumentReferenceRelatesToComponent dst = new DocumentReferenceRelatesToComponent();
 copyValues(dst);
 dst.code = code == null ? null : code.copy();
 dst.target = target == null ? null : target.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public ExpansionProfileFixedVersionComponent copy() {
 ExpansionProfileFixedVersionComponent dst = new ExpansionProfileFixedVersionComponent();
 copyValues(dst);
 dst.system = system == null ? null : system.copy();
 dst.version = version == null ? null : version.copy();
 dst.mode = mode == null ? null : mode.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public PlanDefinitionActionRelatedActionComponent copy() {
 PlanDefinitionActionRelatedActionComponent dst = new PlanDefinitionActionRelatedActionComponent();
 copyValues(dst);
 dst.actionId = actionId == null ? null : actionId.copy();
 dst.relationship = relationship == null ? null : relationship.copy();
 dst.offset = offset == null ? null : offset.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public SetupActionOperationComponent copy() {
 SetupActionOperationComponent dst = new SetupActionOperationComponent();
 copyValues(dst);
 dst.result = result == null ? null : result.copy();
 dst.message = message == null ? null : message.copy();
 dst.detail = detail == null ? null : detail.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public SimpleQuantity copy() {
 SimpleQuantity dst = new SimpleQuantity();
 copyValues(dst);
 dst.value = value == null ? null : value.copy();
 dst.comparator = comparator == null ? null : comparator.copy();
 dst.unit = unit == null ? null : unit.copy();
 dst.system = system == null ? null : system.copy();
 dst.code = code == null ? null : code.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public NamingSystemUniqueIdComponent copy() {
 NamingSystemUniqueIdComponent dst = new NamingSystemUniqueIdComponent();
 copyValues(dst);
 dst.type = type == null ? null : type.copy();
 dst.value = value == null ? null : value.copy();
 dst.preferred = preferred == null ? null : preferred.copy();
 dst.comment = comment == null ? null : comment.copy();
 dst.period = period == null ? null : period.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public RelatedArtifact copy() {
 RelatedArtifact dst = new RelatedArtifact();
 copyValues(dst);
 dst.type = type == null ? null : type.copy();
 dst.display = display == null ? null : display.copy();
 dst.citation = citation == null ? null : citation.copy();
 dst.url = url == null ? null : url.copy();
 dst.document = document == null ? null : document.copy();
 dst.resource = resource == null ? null : resource.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public SequenceRepositoryComponent copy() {
 SequenceRepositoryComponent dst = new SequenceRepositoryComponent();
 copyValues(dst);
 dst.type = type == null ? null : type.copy();
 dst.url = url == null ? null : url.copy();
 dst.name = name == null ? null : name.copy();
 dst.datasetId = datasetId == null ? null : datasetId.copy();
 dst.variantsetId = variantsetId == null ? null : variantsetId.copy();
 dst.readsetId = readsetId == null ? null : readsetId.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public Identifier copy() {
 Identifier dst = new Identifier();
 copyValues(dst);
 dst.use = use == null ? null : use.copy();
 dst.type = type == null ? null : type.copy();
 dst.system = system == null ? null : system.copy();
 dst.value = value == null ? null : value.copy();
 dst.period = period == null ? null : period.copy();
 dst.assigner = assigner == null ? null : assigner.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public AdverseEventSuspectEntityComponent copy() {
 AdverseEventSuspectEntityComponent dst = new AdverseEventSuspectEntityComponent();
 copyValues(dst);
 dst.instance = instance == null ? null : instance.copy();
 dst.causality = causality == null ? null : causality.copy();
 dst.causalityAssessment = causalityAssessment == null ? null : causalityAssessment.copy();
 dst.causalityProductRelatedness = causalityProductRelatedness == null ? null : causalityProductRelatedness.copy();
 dst.causalityMethod = causalityMethod == null ? null : causalityMethod.copy();
 dst.causalityAuthor = causalityAuthor == null ? null : causalityAuthor.copy();
 dst.causalityResult = causalityResult == null ? null : causalityResult.copy();
 return dst;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu3

public ParameterDefinition copy() {
 ParameterDefinition dst = new ParameterDefinition();
 copyValues(dst);
 dst.name = name == null ? null : name.copy();
 dst.use = use == null ? null : use.copy();
 dst.min = min == null ? null : min.copy();
 dst.max = max == null ? null : max.copy();
 dst.documentation = documentation == null ? null : documentation.copy();
 dst.type = type == null ? null : type.copy();
 dst.profile = profile == null ? null : profile.copy();
 return dst;
}
org.hl7.fhir.dstu3.modelEnumerationcopy

Popular methods of Enumeration

  • getValue
  • getValueAsString
  • setValueAsString
  • getEnumFactory
    Provides the enum factory which binds this enumeration to a specific ValueSet
  • setValue
  • <init>
    Constructor
  • asStringValue
  • isEmpty

Popular in Java

  • Finding current android device location
  • getSharedPreferences (Context)
  • getApplicationContext (Context)
  • addToBackStack (FragmentTransaction)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now