Uses of Class
org.linuxforhealth.fhir.model.resource.SubstanceDefinition.Name
-
Packages that use SubstanceDefinition.Name Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubstanceDefinition.Name in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubstanceDefinition.Name Modifier and Type Method Description SubstanceDefinition.NameSubstanceDefinition.Name.Builder. build()Build theSubstanceDefinition.NameMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SubstanceDefinition.Name Modifier and Type Method Description java.util.List<SubstanceDefinition.Name>SubstanceDefinition. getName()Names applicable to this substance.java.util.List<SubstanceDefinition.Name>SubstanceDefinition.Name. getSynonym()A synonym of this particular name, by which the substance is also known.java.util.List<SubstanceDefinition.Name>SubstanceDefinition.Name. getTranslation()A translation for this name into another human language.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubstanceDefinition.Name Modifier and Type Method Description protected SubstanceDefinition.Name.BuilderSubstanceDefinition.Name.Builder. from(SubstanceDefinition.Name name)SubstanceDefinition.BuilderSubstanceDefinition.Builder. name(SubstanceDefinition.Name... name)Names applicable to this substance.SubstanceDefinition.Name.BuilderSubstanceDefinition.Name.Builder. synonym(SubstanceDefinition.Name... synonym)A synonym of this particular name, by which the substance is also known.SubstanceDefinition.Name.BuilderSubstanceDefinition.Name.Builder. translation(SubstanceDefinition.Name... translation)A translation for this name into another human language.protected voidSubstanceDefinition.Name.Builder. validate(SubstanceDefinition.Name name)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SubstanceDefinition.Name Modifier and Type Method Description SubstanceDefinition.BuilderSubstanceDefinition.Builder. name(java.util.Collection<SubstanceDefinition.Name> name)Names applicable to this substance.SubstanceDefinition.Name.BuilderSubstanceDefinition.Name.Builder. synonym(java.util.Collection<SubstanceDefinition.Name> synonym)A synonym of this particular name, by which the substance is also known.SubstanceDefinition.Name.BuilderSubstanceDefinition.Name.Builder. translation(java.util.Collection<SubstanceDefinition.Name> translation)A translation for this name into another human language.
-