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.RelationshipSubstanceDefinition.Relationship.Builder. build()Build theSubstanceDefinition.RelationshipMethods 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.BuilderSubstanceDefinition.Relationship.Builder. from(SubstanceDefinition.Relationship relationship)SubstanceDefinition.BuilderSubstanceDefinition.Builder. relationship(SubstanceDefinition.Relationship... relationship)A link between this substance and another, with details of the relationship.protected voidSubstanceDefinition.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.BuilderSubstanceDefinition.Builder. relationship(java.util.Collection<SubstanceDefinition.Relationship> relationship)A link between this substance and another, with details of the relationship.
-