
Uses of Enum Class
org.hl7.fhir.dstu2.model.Observation.ObservationRelationshipType
Packages that use Observation.ObservationRelationshipType
-
Uses of Observation.ObservationRelationshipType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Observation.ObservationRelationshipTypeModifier and TypeFieldDescriptionObservation.ObservationRelatedComponent.type
A code specifying the kind of relationship that exists with the target resource.Methods in org.hl7.fhir.dstu2.model that return Observation.ObservationRelationshipTypeModifier and TypeMethodDescriptionObservation.ObservationRelatedComponent.getType()
Returns the enum constant of this class with the specified name.Observation.ObservationRelationshipType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Observation.ObservationRelationshipTypeMethods in org.hl7.fhir.dstu2.model with parameters of type Observation.ObservationRelationshipTypeModifier and TypeMethodDescriptionObservation.ObservationRelatedComponent.setType
(Observation.ObservationRelationshipType value) Observation.ObservationRelationshipTypeEnumFactory.toCode
(Observation.ObservationRelationshipType code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Observation.ObservationRelationshipTypeModifier and TypeMethodDescriptionObservation.ObservationRelatedComponent.setTypeElement
(Enumeration<Observation.ObservationRelationshipType> value)