Uses of Class
org.hl7.fhir.r5.model.Procedure
-
Packages that use Procedure Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Procedure in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type Procedure Modifier and Type Method Description protected voidJsonParser. composeProcedure(String name, Procedure element)protected voidRdfParser. composeProcedure(org.hl7.fhir.utilities.turtle.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. composeProcedureProperties(Procedure element)protected booleanXmlParser. parseProcedureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure res)protected voidJsonParser. parseProcedureProperties(com.google.gson.JsonObject json, Procedure res) -
Uses of Procedure in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Procedure Modifier and Type Method Description voidProcedure. copyValues(Procedure dst)
-