Uses of Class
org.hl7.fhir.dstu3.model.Procedure
-
Packages that use Procedure Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Procedure in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Procedure Modifier and Type Method Description protected ProcedureJsonParser. parseProcedure(com.google.gson.JsonObject json)protected ProcedureXmlParser. parseProcedure(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type Procedure Modifier and Type Method Description protected voidJsonParser. composeProcedure(String name, Procedure element)protected voidRdfParser. composeProcedure(Turtle.Complex parent, String parentType, String name, Procedure element, int index)protected voidXmlParser. composeProcedure(String name, Procedure element)protected voidXmlParser. composeProcedureElements(Procedure element)protected voidJsonParser. composeProcedureInner(Procedure element)protected booleanXmlParser. parseProcedureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure res)protected Procedure.ProcedureFocalDeviceComponentJsonParser. parseProcedureProcedureFocalDeviceComponent(com.google.gson.JsonObject json, Procedure owner)protected Procedure.ProcedureFocalDeviceComponentXmlParser. parseProcedureProcedureFocalDeviceComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner)protected booleanXmlParser. parseProcedureProcedureFocalDeviceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure owner, Procedure.ProcedureFocalDeviceComponent res)protected voidJsonParser. parseProcedureProcedureFocalDeviceComponentProperties(com.google.gson.JsonObject json, Procedure owner, Procedure.ProcedureFocalDeviceComponent res)protected Procedure.ProcedurePerformerComponentJsonParser. parseProcedureProcedurePerformerComponent(com.google.gson.JsonObject json, Procedure owner)protected Procedure.ProcedurePerformerComponentXmlParser. parseProcedureProcedurePerformerComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner)protected booleanXmlParser. parseProcedureProcedurePerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure owner, Procedure.ProcedurePerformerComponent res)protected voidJsonParser. parseProcedureProcedurePerformerComponentProperties(com.google.gson.JsonObject json, Procedure owner, Procedure.ProcedurePerformerComponent res)protected voidJsonParser. parseProcedureProperties(com.google.gson.JsonObject json, Procedure res) -
Uses of Procedure in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Procedure Modifier and Type Field Description protected List<Procedure>MedicationDispense. partOfTargetThe actual objects that are the target of the reference (The procedure that the dispense is done because of.)protected List<Procedure>ImagingStudy. procedureReferenceTargetThe actual objects that are the target of the reference (A reference to the performed Procedure.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Procedure Modifier and Type Method Description List<Procedure>MedicationDispense. getPartOfTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Procedure>ImagingStudy. getProcedureReferenceTarget()Deprecated.Use Reference#setResource(IBaseResource) instead
-