Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionGuidelineComponent
-
Uses of DeviceDefinition.DeviceDefinitionGuidelineComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionGuidelineComponent
(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionGuidelineComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionGuidelineComponent
(String name, DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected void
RdfParser.composeDeviceDefinitionGuidelineComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionGuidelineComponent element, int index) protected void
XmlParser.composeDeviceDefinitionGuidelineComponent
(String name, DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected void
XmlParser.composeDeviceDefinitionGuidelineComponentElements
(DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected void
JsonParser.composeDeviceDefinitionGuidelineComponentProperties
(DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected boolean
XmlParser.parseDeviceDefinitionGuidelineComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionGuidelineComponent res) protected void
JsonParser.parseDeviceDefinitionGuidelineComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionGuidelineComponent res) -
Uses of DeviceDefinition.DeviceDefinitionGuidelineComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionDeviceDefinition.guideline
Information aimed at providing directions for the usage of this model of device.Modifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionGuidelineComponent.addContraindication
(CodeableConcept t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addIndication
(CodeableConcept t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addRelatedArtifact
(RelatedArtifact t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addUseContext
(UsageContext t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addWarning
(CodeableConcept t) DeviceDefinition.DeviceDefinitionGuidelineComponent.copy()
DeviceDefinition.getGuideline()
DeviceDefinition.DeviceDefinitionGuidelineComponent.setContraindication
(List<CodeableConcept> theContraindication) DeviceDefinition.DeviceDefinitionGuidelineComponent.setIndication
(List<CodeableConcept> theIndication) DeviceDefinition.DeviceDefinitionGuidelineComponent.setIntendedUse
(String value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setIntendedUseElement
(StringType value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setRelatedArtifact
(List<RelatedArtifact> theRelatedArtifact) DeviceDefinition.DeviceDefinitionGuidelineComponent.setUsageInstruction
(String value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setUsageInstructionElement
(MarkdownType value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setUseContext
(List<UsageContext> theUseContext) DeviceDefinition.DeviceDefinitionGuidelineComponent.setWarning
(List<CodeableConcept> theWarning) Modifier and TypeMethodDescriptionvoid
DeviceDefinition.DeviceDefinitionGuidelineComponent.copyValues
(DeviceDefinition.DeviceDefinitionGuidelineComponent dst) DeviceDefinition.setGuideline
(DeviceDefinition.DeviceDefinitionGuidelineComponent value)