Uses of Class
org.hl7.fhir.dstu2.model.DiagnosticOrder
-
Packages that use DiagnosticOrder Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of DiagnosticOrder in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return DiagnosticOrder Modifier and Type Method Description protected DiagnosticOrderJsonParser. parseDiagnosticOrder(com.google.gson.JsonObject json)protected DiagnosticOrderXmlParser. parseDiagnosticOrder(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DiagnosticOrder in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DiagnosticOrder Modifier and Type Field Description protected List<DiagnosticOrder>ImagingStudy. orderTargetThe actual objects that are the target of the reference (A list of the diagnostic orders that resulted in this imaging study being performed.)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DiagnosticOrder Modifier and Type Method Description List<DiagnosticOrder>ImagingStudy. getOrderTarget()
-