Uses of Class
org.hl7.fhir.r5.model.DeviceUsage
Packages that use DeviceUsage
-
Uses of DeviceUsage in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceUsageModifier and TypeMethodDescriptionprotected DeviceUsageJsonParser.parseDeviceUsage(com.google.gson.JsonObject json)protected DeviceUsageXmlParser.parseDeviceUsage(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type DeviceUsageModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceUsage(String name, DeviceUsage element)protected voidRdfParser.composeDeviceUsage(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceUsage element, int index)protected voidXmlParser.composeDeviceUsage(String name, DeviceUsage element)protected voidXmlParser.composeDeviceUsageElements(DeviceUsage element)protected voidJsonParser.composeDeviceUsageProperties(DeviceUsage element)protected booleanXmlParser.parseDeviceUsageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceUsage res)protected voidJsonParser.parseDeviceUsageProperties(com.google.gson.JsonObject json, DeviceUsage res) -
Uses of DeviceUsage in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return DeviceUsageModifier and TypeMethodDescriptionDeviceUsage.addBasedOn(Reference t)DeviceUsage.addCategory(CodeableConcept t)DeviceUsage.addDerivedFrom(Reference t)DeviceUsage.addIdentifier(Identifier t)DeviceUsage.addNote(Annotation t)DeviceUsage.addReason(CodeableReference t)DeviceUsage.addUsageReason(CodeableConcept t)DeviceUsage.copy()DeviceUsage.setBasedOn(List<Reference> theBasedOn)DeviceUsage.setBodySite(CodeableReference value)DeviceUsage.setCategory(List<CodeableConcept> theCategory)DeviceUsage.setContext(Reference value)DeviceUsage.setDateAsserted(Date value)DeviceUsage.setDateAssertedElement(DateTimeType value)DeviceUsage.setDerivedFrom(List<Reference> theDerivedFrom)DeviceUsage.setDevice(CodeableReference value)DeviceUsage.setIdentifier(List<Identifier> theIdentifier)DeviceUsage.setInformationSource(Reference value)DeviceUsage.setNote(List<Annotation> theNote)DeviceUsage.setPatient(Reference value)DeviceUsage.setReason(List<CodeableReference> theReason)DeviceUsage.setStatus(DeviceUsage.DeviceUsageStatus value)DeviceUsage.setStatusElement(Enumeration<DeviceUsage.DeviceUsageStatus> value)DeviceUsage.setUsageReason(List<CodeableConcept> theUsageReason)DeviceUsage.setUsageStatus(CodeableConcept value)protected DeviceUsageDeviceUsage.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type DeviceUsage