Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.LinkTypeEnum
-
Uses of LinkTypeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<LinkTypeEnum> Patient.Link.getTypeElement()
Gets the value(s) for type ().Modifier and TypeMethodDescriptionPatient.Link.setType
(LinkTypeEnum theValue) Sets the value(s) for type ()Modifier and TypeMethodDescriptionPatient.Link.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<LinkTypeEnum> theValue) Sets the value(s) for type () -
Uses of LinkTypeEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<LinkTypeEnum> LinkTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic LinkTypeEnum
Returns the enumerated value associated with this codestatic LinkTypeEnum
Returns the enum constant of this type with the specified name.static LinkTypeEnum[]
LinkTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.