Uses of Class
com.ibm.fhir.model.type.code.LinkType
-
Packages that use LinkType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of LinkType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return LinkType Modifier and Type Method Description LinkTypePatient.Link. getType()The type of link between this patient resource and another patient resource.Methods in com.ibm.fhir.model.resource with parameters of type LinkType Modifier and Type Method Description Patient.Link.BuilderPatient.Link.Builder. type(LinkType type)The type of link between this patient resource and another patient resource. -
Uses of LinkType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as LinkType Modifier and Type Field Description static LinkTypeLinkType. REFERReferstatic LinkTypeLinkType. REPLACED_BYReplaced-bystatic LinkTypeLinkType. REPLACESReplacesstatic LinkTypeLinkType. SEEALSOSee alsoMethods in com.ibm.fhir.model.type.code that return LinkType Modifier and Type Method Description LinkTypeLinkType.Builder. build()static LinkTypeLinkType. of(LinkType.ValueSet value)Factory method for creating LinkType objects from a passed enum value.static LinkTypeLinkType. of(String value)Factory method for creating LinkType objects from a passed string value.
-