Uses of Class
org.hl7.fhir.r4.model.Procedure
-
Packages that use Procedure Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Procedure in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.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.r4.model
Fields in org.hl7.fhir.r4.model declared as Procedure Modifier and Type Field Description protected ProcedureImagingStudy. procedureReferenceTargetThe actual object that is the target of the reference (The procedure which this ImagingStudy was part of.)Fields in org.hl7.fhir.r4.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 trigger the dispense.)Methods in org.hl7.fhir.r4.model that return types with arguments of type Procedure Modifier and Type Method Description List<Procedure>MedicationDispense. getPartOfTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Procedure Modifier and Type Method Description voidProcedure. copyValues(Procedure dst)ImagingStudyImagingStudy. setProcedureReferenceTarget(Procedure value)
-