
Uses of Enum Class
org.hl7.fhir.dstu3.model.Observation.ObservationRelationshipType
Packages that use Observation.ObservationRelationshipType
-
Uses of Observation.ObservationRelationshipType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model that return types with arguments of type Observation.ObservationRelationshipTypeModifier and TypeMethodDescriptionObservation.ObservationRelationshipTypeEnumFactory.fromType
(PrimitiveType<?> code) Observation.ObservationRelatedComponent.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type Observation.ObservationRelationshipTypeModifier and TypeMethodDescriptionObservation.ObservationRelatedComponent.setType
(Observation.ObservationRelationshipType value) Observation.ObservationRelationshipTypeEnumFactory.toCode
(Observation.ObservationRelationshipType code) Observation.ObservationRelationshipTypeEnumFactory.toSystem
(Observation.ObservationRelationshipType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Observation.ObservationRelationshipTypeModifier and TypeMethodDescriptionObservation.ObservationRelatedComponent.setTypeElement
(Enumeration<Observation.ObservationRelationshipType> value)