Uses of Class
org.linuxforhealth.fhir.model.resource.SubstanceDefinition.Structure.Representation
-
Packages that use SubstanceDefinition.Structure.Representation Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubstanceDefinition.Structure.Representation in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubstanceDefinition.Structure.Representation Modifier and Type Method Description SubstanceDefinition.Structure.Representation
SubstanceDefinition.Structure.Representation.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SubstanceDefinition.Structure.Representation Modifier and Type Method Description java.util.List<SubstanceDefinition.Structure.Representation>
SubstanceDefinition.Structure. getRepresentation()
A depiction of the structure or characterization of the substance.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubstanceDefinition.Structure.Representation Modifier and Type Method Description protected SubstanceDefinition.Structure.Representation.Builder
SubstanceDefinition.Structure.Representation.Builder. from(SubstanceDefinition.Structure.Representation representation)
SubstanceDefinition.Structure.Builder
SubstanceDefinition.Structure.Builder. representation(SubstanceDefinition.Structure.Representation... representation)
A depiction of the structure or characterization of the substance.protected void
SubstanceDefinition.Structure.Representation.Builder. validate(SubstanceDefinition.Structure.Representation representation)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SubstanceDefinition.Structure.Representation Modifier and Type Method Description SubstanceDefinition.Structure.Builder
SubstanceDefinition.Structure.Builder. representation(java.util.Collection<SubstanceDefinition.Structure.Representation> representation)
A depiction of the structure or characterization of the substance.
-