Uses of Class
org.linuxforhealth.fhir.model.resource.SubstanceDefinition.Relationship
-
Packages that use SubstanceDefinition.Relationship Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubstanceDefinition.Relationship in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubstanceDefinition.Relationship Modifier and Type Method Description SubstanceDefinition.Relationship
SubstanceDefinition.Relationship.Builder. build()
Build theSubstanceDefinition.Relationship
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SubstanceDefinition.Relationship Modifier and Type Method Description java.util.List<SubstanceDefinition.Relationship>
SubstanceDefinition. getRelationship()
A link between this substance and another, with details of the relationship.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubstanceDefinition.Relationship Modifier and Type Method Description protected SubstanceDefinition.Relationship.Builder
SubstanceDefinition.Relationship.Builder. from(SubstanceDefinition.Relationship relationship)
SubstanceDefinition.Builder
SubstanceDefinition.Builder. relationship(SubstanceDefinition.Relationship... relationship)
A link between this substance and another, with details of the relationship.protected void
SubstanceDefinition.Relationship.Builder. validate(SubstanceDefinition.Relationship relationship)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SubstanceDefinition.Relationship Modifier and Type Method Description SubstanceDefinition.Builder
SubstanceDefinition.Builder. relationship(java.util.Collection<SubstanceDefinition.Relationship> relationship)
A link between this substance and another, with details of the relationship.
-