Uses of Class
org.hl7.fhir.dstu2.model.Observation.ObservationRelationshipType
-
Packages that use Observation.ObservationRelationshipType Package Description org.hl7.fhir.dstu2.model -
-
Uses of Observation.ObservationRelationshipType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Observation.ObservationRelationshipType Modifier and Type Field Description protected Enumeration<Observation.ObservationRelationshipType>Observation.ObservationRelatedComponent. typeA code specifying the kind of relationship that exists with the target resource.Methods in org.hl7.fhir.dstu2.model that return Observation.ObservationRelationshipType Modifier and Type Method Description static Observation.ObservationRelationshipTypeObservation.ObservationRelationshipType. fromCode(String codeString)Observation.ObservationRelationshipTypeObservation.ObservationRelationshipTypeEnumFactory. fromCode(String codeString)Observation.ObservationRelationshipTypeObservation.ObservationRelatedComponent. getType()static Observation.ObservationRelationshipTypeObservation.ObservationRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static Observation.ObservationRelationshipType[]Observation.ObservationRelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Observation.ObservationRelationshipType Modifier and Type Method Description Enumeration<Observation.ObservationRelationshipType>Observation.ObservationRelationshipTypeEnumFactory. fromType(Base code)Enumeration<Observation.ObservationRelationshipType>Observation.ObservationRelatedComponent. getTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Observation.ObservationRelationshipType Modifier and Type Method Description Observation.ObservationRelatedComponentObservation.ObservationRelatedComponent. setType(Observation.ObservationRelationshipType value)StringObservation.ObservationRelationshipTypeEnumFactory. toCode(Observation.ObservationRelationshipType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Observation.ObservationRelationshipType Modifier and Type Method Description Observation.ObservationRelatedComponentObservation.ObservationRelatedComponent. setTypeElement(Enumeration<Observation.ObservationRelationshipType> value)
-