Uses of Class
org.hl7.fhir.dstu2.model.Specimen
-
Packages that use Specimen Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Specimen in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Specimen Modifier and Type Method Description protected SpecimenJsonParser. parseSpecimen(com.google.gson.JsonObject json)protected SpecimenXmlParser. parseSpecimen(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Specimen in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Specimen Modifier and Type Field Description protected SpecimenObservation. specimenTargetThe actual object that is the target of the reference (The specimen that was used when this observation was made.)Fields in org.hl7.fhir.dstu2.model with type parameters of type Specimen Modifier and Type Field Description protected List<Specimen>Specimen. parentTargetThe actual objects that are the target of the reference (Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen.)protected List<Specimen>DiagnosticOrder.DiagnosticOrderItemComponent. specimenTargetThe actual objects that are the target of the reference (If the item is related to a specific specimen.)protected List<Specimen>DiagnosticOrder. specimenTargetThe actual objects that are the target of the reference (One or more specimens that the diagnostic investigation is about.)protected List<Specimen>DiagnosticReport. specimenTargetThe actual objects that are the target of the reference (Details about the specimens on which this diagnostic report is based.)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Specimen Modifier and Type Method Description List<Specimen>Specimen. getParentTarget()List<Specimen>DiagnosticOrder.DiagnosticOrderItemComponent. getSpecimenTarget()List<Specimen>DiagnosticOrder. getSpecimenTarget()List<Specimen>DiagnosticReport. getSpecimenTarget()Methods in org.hl7.fhir.dstu2.model with parameters of type Specimen Modifier and Type Method Description ObservationObservation. setSpecimenTarget(Specimen value)
-