Uses of Class
org.hl7.fhir.r5.model.RegulatedAuthorization.RegulatedAuthorizationCaseComponent
-
Uses of RegulatedAuthorization.RegulatedAuthorizationCaseComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseRegulatedAuthorizationCaseComponent
(com.google.gson.JsonObject json) XmlParser.parseRegulatedAuthorizationCaseComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeRegulatedAuthorizationCaseComponent
(String name, RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected void
RdfParser.composeRegulatedAuthorizationCaseComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RegulatedAuthorization.RegulatedAuthorizationCaseComponent element, int index) protected void
XmlParser.composeRegulatedAuthorizationCaseComponent
(String name, RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected void
XmlParser.composeRegulatedAuthorizationCaseComponentElements
(RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected void
JsonParser.composeRegulatedAuthorizationCaseComponentProperties
(RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected boolean
XmlParser.parseRegulatedAuthorizationCaseComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RegulatedAuthorization.RegulatedAuthorizationCaseComponent res) protected void
JsonParser.parseRegulatedAuthorizationCaseComponentProperties
(com.google.gson.JsonObject json, RegulatedAuthorization.RegulatedAuthorizationCaseComponent res) -
Uses of RegulatedAuthorization.RegulatedAuthorizationCaseComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionRegulatedAuthorization.case_
The case or regulatory procedure for granting or amending a regulated authorization.Modifier and TypeFieldDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.application
A regulatory submission from an organization to a regulator, as part of an assessing case.Modifier and TypeMethodDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.addApplication()
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.addApplication
(RegulatedAuthorization.RegulatedAuthorizationCaseComponent t) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.copy()
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.getApplicationFirstRep()
RegulatedAuthorization.getCase()
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setApplication
(List<RegulatedAuthorization.RegulatedAuthorizationCaseComponent> theApplication) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setIdentifier
(Identifier value) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setStatus
(CodeableConcept value) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.getApplication()
Modifier and TypeMethodDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.addApplication
(RegulatedAuthorization.RegulatedAuthorizationCaseComponent t) void
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.copyValues
(RegulatedAuthorization.RegulatedAuthorizationCaseComponent dst) RegulatedAuthorization.setCase
(RegulatedAuthorization.RegulatedAuthorizationCaseComponent value) Modifier and TypeMethodDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.setApplication
(List<RegulatedAuthorization.RegulatedAuthorizationCaseComponent> theApplication)