Uses of Class
org.hl7.fhir.dstu3.model.ProcedureRequest
-
Packages that use ProcedureRequest Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ProcedureRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ProcedureRequest Modifier and Type Method Description protected ProcedureRequestJsonParser. parseProcedureRequest(com.google.gson.JsonObject json)protected ProcedureRequestXmlParser. parseProcedureRequest(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ProcedureRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ProcedureRequest Modifier and Type Field Description protected List<ProcedureRequest>Media. basedOnTargetThe actual objects that are the target of the reference (A procedure that is fulfilled in whole or in part by the creation of this media.)protected List<ProcedureRequest>Specimen. requestTargetThe actual objects that are the target of the reference (Details concerning a test or procedure request that required a specimen to be collected.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ProcedureRequest Modifier and Type Method Description List<ProcedureRequest>Media. getBasedOnTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<ProcedureRequest>Specimen. getRequestTarget()Deprecated.Use Reference#setResource(IBaseResource) instead
-