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.Code
SubstanceSpecification.Code.Builder. build()
Build theSubstanceSpecification.Code
Methods 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.Builder
SubstanceSpecification.Builder. code(SubstanceSpecification.Code... code)
Codes associated with the substance.protected SubstanceSpecification.Code.Builder
SubstanceSpecification.Code.Builder. from(SubstanceSpecification.Code code)
protected void
SubstanceSpecification.Code.Builder. validate(SubstanceSpecification.Code code)
Method parameters in com.ibm.fhir.model.resource with type arguments of type SubstanceSpecification.Code Modifier and Type Method Description SubstanceSpecification.Builder
SubstanceSpecification.Builder. code(Collection<SubstanceSpecification.Code> code)
Codes associated with the substance.
-