Uses of Class
com.ibm.fhir.model.resource.SubstanceSpecification.Code
-
Packages that use SubstanceSpecification.Code Package Description com.ibm.fhir.model.resource -
-
Uses of SubstanceSpecification.Code in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SubstanceSpecification.Code Modifier and Type Method Description SubstanceSpecification.CodeSubstanceSpecification.Code.Builder. build()Build theSubstanceSpecification.CodeMethods in com.ibm.fhir.model.resource that return types with arguments of type SubstanceSpecification.Code Modifier and Type Method Description List<SubstanceSpecification.Code>SubstanceSpecification. getCode()Codes associated with the substance.Methods in com.ibm.fhir.model.resource with parameters of type SubstanceSpecification.Code Modifier and Type Method Description SubstanceSpecification.BuilderSubstanceSpecification.Builder. code(SubstanceSpecification.Code... code)Codes associated with the substance.protected SubstanceSpecification.Code.BuilderSubstanceSpecification.Code.Builder. from(SubstanceSpecification.Code code)Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceSpecification.Code Modifier and Type Method Description SubstanceSpecification.BuilderSubstanceSpecification.Builder. code(Collection<SubstanceSpecification.Code> code)Codes associated with the substance.
-