Uses of Class
org.linuxforhealth.fhir.model.resource.SubstanceDefinition.Code
-
Packages that use SubstanceDefinition.Code Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubstanceDefinition.Code in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubstanceDefinition.Code Modifier and Type Method Description SubstanceDefinition.CodeSubstanceDefinition.Code.Builder. build()Build theSubstanceDefinition.CodeMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SubstanceDefinition.Code Modifier and Type Method Description java.util.List<SubstanceDefinition.Code>SubstanceDefinition. getCode()Codes associated with the substance.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubstanceDefinition.Code Modifier and Type Method Description SubstanceDefinition.BuilderSubstanceDefinition.Builder. code(SubstanceDefinition.Code... code)Codes associated with the substance.protected SubstanceDefinition.Code.BuilderSubstanceDefinition.Code.Builder. from(SubstanceDefinition.Code code)protected voidSubstanceDefinition.Code.Builder. validate(SubstanceDefinition.Code code)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SubstanceDefinition.Code Modifier and Type Method Description SubstanceDefinition.BuilderSubstanceDefinition.Builder. code(java.util.Collection<SubstanceDefinition.Code> code)Codes associated with the substance.
-