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.Code
SubstanceDefinition.Code.Builder. build()
Build theSubstanceDefinition.Code
Methods 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.Builder
SubstanceDefinition.Builder. code(SubstanceDefinition.Code... code)
Codes associated with the substance.protected SubstanceDefinition.Code.Builder
SubstanceDefinition.Code.Builder. from(SubstanceDefinition.Code code)
protected void
SubstanceDefinition.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.Builder
SubstanceDefinition.Builder. code(java.util.Collection<SubstanceDefinition.Code> code)
Codes associated with the substance.
-