Uses of Class
org.hl7.fhir.r4b.model.RegulatedAuthorization.RegulatedAuthorizationCaseComponent
-
Packages that use RegulatedAuthorization.RegulatedAuthorizationCaseComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of RegulatedAuthorization.RegulatedAuthorizationCaseComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return RegulatedAuthorization.RegulatedAuthorizationCaseComponent Modifier and Type Method Description protected RegulatedAuthorization.RegulatedAuthorizationCaseComponentJsonParser. parseRegulatedAuthorizationCaseComponent(com.google.gson.JsonObject json)protected RegulatedAuthorization.RegulatedAuthorizationCaseComponentXmlParser. parseRegulatedAuthorizationCaseComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of RegulatedAuthorization.RegulatedAuthorizationCaseComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model declared as RegulatedAuthorization.RegulatedAuthorizationCaseComponent Modifier and Type Field Description protected RegulatedAuthorization.RegulatedAuthorizationCaseComponentRegulatedAuthorization. case_The case or regulatory procedure for granting or amending a marketing authorization.Fields in org.hl7.fhir.r4b.model with type parameters of type RegulatedAuthorization.RegulatedAuthorizationCaseComponent Modifier and Type Field Description protected List<RegulatedAuthorization.RegulatedAuthorizationCaseComponent>RegulatedAuthorization.RegulatedAuthorizationCaseComponent. applicationApplications submitted to obtain a marketing authorization.Methods in org.hl7.fhir.r4b.model that return types with arguments of type RegulatedAuthorization.RegulatedAuthorizationCaseComponent Modifier and Type Method Description List<RegulatedAuthorization.RegulatedAuthorizationCaseComponent>RegulatedAuthorization.RegulatedAuthorizationCaseComponent. getApplication()Methods in org.hl7.fhir.r4b.model with parameters of type RegulatedAuthorization.RegulatedAuthorizationCaseComponent Modifier and Type Method Description RegulatedAuthorization.RegulatedAuthorizationCaseComponentRegulatedAuthorization.RegulatedAuthorizationCaseComponent. addApplication(RegulatedAuthorization.RegulatedAuthorizationCaseComponent t)voidRegulatedAuthorization.RegulatedAuthorizationCaseComponent. copyValues(RegulatedAuthorization.RegulatedAuthorizationCaseComponent dst)RegulatedAuthorizationRegulatedAuthorization. setCase(RegulatedAuthorization.RegulatedAuthorizationCaseComponent value)Method parameters in org.hl7.fhir.r4b.model with type arguments of type RegulatedAuthorization.RegulatedAuthorizationCaseComponent Modifier and Type Method Description RegulatedAuthorization.RegulatedAuthorizationCaseComponentRegulatedAuthorization.RegulatedAuthorizationCaseComponent. setApplication(List<RegulatedAuthorization.RegulatedAuthorizationCaseComponent> theApplication)
-