
Uses of Class
org.hl7.fhir.r5.model.RegulatedAuthorization.RegulatedAuthorizationCaseComponent
Packages that use RegulatedAuthorization.RegulatedAuthorizationCaseComponent
-
Uses of RegulatedAuthorization.RegulatedAuthorizationCaseComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier and TypeMethodDescriptionJsonParser.parseRegulatedAuthorizationCaseComponent(com.google.gson.JsonObject json) XmlParser.parseRegulatedAuthorizationCaseComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRegulatedAuthorizationCaseComponent(String name, RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected voidRdfParser.composeRegulatedAuthorizationCaseComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RegulatedAuthorization.RegulatedAuthorizationCaseComponent element, int index) protected voidXmlParser.composeRegulatedAuthorizationCaseComponent(String name, RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected voidXmlParser.composeRegulatedAuthorizationCaseComponentElements(RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected voidJsonParser.composeRegulatedAuthorizationCaseComponentProperties(RegulatedAuthorization.RegulatedAuthorizationCaseComponent element) protected booleanXmlParser.parseRegulatedAuthorizationCaseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RegulatedAuthorization.RegulatedAuthorizationCaseComponent res) protected voidJsonParser.parseRegulatedAuthorizationCaseComponentProperties(com.google.gson.JsonObject json, RegulatedAuthorization.RegulatedAuthorizationCaseComponent res) -
Uses of RegulatedAuthorization.RegulatedAuthorizationCaseComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier and TypeFieldDescriptionRegulatedAuthorization.case_The case or regulatory procedure for granting or amending a regulated authorization.Fields in org.hl7.fhir.r5.model with type parameters of type RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier and TypeFieldDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.applicationA regulatory submission from an organization to a regulator, as part of an assessing case.Methods in org.hl7.fhir.r5.model that return RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier and TypeMethodDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.getApplication()Methods in org.hl7.fhir.r5.model with parameters of type RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier and TypeMethodDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.addApplication(RegulatedAuthorization.RegulatedAuthorizationCaseComponent t) voidRegulatedAuthorization.RegulatedAuthorizationCaseComponent.copyValues(RegulatedAuthorization.RegulatedAuthorizationCaseComponent dst) RegulatedAuthorization.setCase(RegulatedAuthorization.RegulatedAuthorizationCaseComponent value) Method parameters in org.hl7.fhir.r5.model with type arguments of type RegulatedAuthorization.RegulatedAuthorizationCaseComponentModifier and TypeMethodDescriptionRegulatedAuthorization.RegulatedAuthorizationCaseComponent.setApplication(List<RegulatedAuthorization.RegulatedAuthorizationCaseComponent> theApplication)