
Uses of Class
org.hl7.fhir.dstu3.model.Consent.ConsentDataComponent
Packages that use Consent.ConsentDataComponent
-
Uses of Consent.ConsentDataComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ConsentDataComponentModifier and TypeMethodDescriptionprotected Consent.ConsentDataComponentJsonParser.parseConsentConsentDataComponent(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentDataComponentXmlParser.parseConsentConsentDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Consent.ConsentDataComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentConsentDataComponent(String name, Consent.ConsentDataComponent element) protected voidRdfParser.composeConsentConsentDataComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Consent.ConsentDataComponent element, int index) protected voidXmlParser.composeConsentConsentDataComponent(String name, Consent.ConsentDataComponent element) protected voidXmlParser.composeConsentConsentDataComponentElements(Consent.ConsentDataComponent element) protected voidJsonParser.composeConsentConsentDataComponentInner(Consent.ConsentDataComponent element) protected booleanXmlParser.parseConsentConsentDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentDataComponent res) protected voidJsonParser.parseConsentConsentDataComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentDataComponent res) -
Uses of Consent.ConsentDataComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ConsentDataComponentModifier and TypeFieldDescriptionprotected List<Consent.ConsentDataComponent> Consent.dataThe resources controlled by this consent, if specific resources are referenced.Methods in org.hl7.fhir.dstu3.model that return Consent.ConsentDataComponentModifier and TypeMethodDescriptionConsent.addData()Consent.ConsentDataComponent.copy()Consent.getDataFirstRep()Consent.ConsentDataComponent.setMeaning(Consent.ConsentDataMeaning value) Consent.ConsentDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value) Consent.ConsentDataComponent.setReference(Reference value) Consent.ConsentDataComponent.setReferenceTarget(Resource value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ConsentDataComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Consent.ConsentDataComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentDataComponent