Uses of Class
org.hl7.fhir.dstu2016may.model.Procedure
-
Packages that use Procedure Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Procedure in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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) -
Uses of Procedure in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Procedure Modifier and Type Field Description protected List<Procedure>ImagingStudy. procedureTargetThe actual objects that are the target of the reference (Type of procedure performed.)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Procedure Modifier and Type Method Description List<Procedure>ImagingStudy. getProcedureTarget()
-