
Uses of Class
org.hl7.fhir.r5.model.Procedure
Packages that use Procedure
-
Uses of Procedure in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ProcedureModifier and TypeMethodDescriptionprotected 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 ProcedureModifier and TypeMethodDescriptionprotected 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 that return ProcedureModifier and TypeMethodDescriptionProcedure.addBasedOn(Reference t) Procedure.addBodySite(CodeableConcept t) Procedure.addCategory(CodeableConcept t) Procedure.addComplication(CodeableReference t) Procedure.addFocalDevice(Procedure.ProcedureFocalDeviceComponent t) Procedure.addFollowUp(CodeableConcept t) Procedure.addIdentifier(Identifier t) Procedure.addInstantiatesCanonical(String value) Procedure.addInstantiatesUri(String value) Procedure.addNote(Annotation t) Procedure.addPerformer(Procedure.ProcedurePerformerComponent t) Procedure.addReason(CodeableReference t) Procedure.addSupportingInfo(Reference t) Procedure.addUsed(CodeableReference t) Procedure.copy()Procedure.setBasedOn(List<Reference> theBasedOn) Procedure.setBodySite(List<CodeableConcept> theBodySite) Procedure.setCategory(List<CodeableConcept> theCategory) Procedure.setCode(CodeableConcept value) Procedure.setComplication(List<CodeableReference> theComplication) Procedure.setEncounter(Reference value) Procedure.setFocalDevice(List<Procedure.ProcedureFocalDeviceComponent> theFocalDevice) Procedure.setFollowUp(List<CodeableConcept> theFollowUp) Procedure.setIdentifier(List<Identifier> theIdentifier) Procedure.setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical) Procedure.setInstantiatesUri(List<UriType> theInstantiatesUri) Procedure.setLocation(Reference value) Procedure.setNote(List<Annotation> theNote) Procedure.setOccurrence(DataType value) Procedure.setOutcome(CodeableConcept value) Procedure.setPerformer(List<Procedure.ProcedurePerformerComponent> thePerformer) Procedure.setReason(List<CodeableReference> theReason) Procedure.setRecorded(Date value) Procedure.setRecordedElement(DateTimeType value) Procedure.setRecorder(Reference value) Procedure.setReported(DataType value) Procedure.setStatus(Enumerations.EventStatus value) Procedure.setStatusElement(Enumeration<Enumerations.EventStatus> value) Procedure.setStatusReason(CodeableConcept value) Procedure.setSubject(Reference value) Procedure.setSupportingInfo(List<Reference> theSupportingInfo) Procedure.setUsed(List<CodeableReference> theUsed) protected ProcedureProcedure.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Procedure