Uses of Class
org.hl7.fhir.dstu3.model.Consent.ConsentDataComponent
-
Packages that use Consent.ConsentDataComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Consent.ConsentDataComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ConsentDataComponent Modifier and Type Method Description protected Consent.ConsentDataComponentJsonParser. parseConsentConsentDataComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentDataComponentXmlParser. parseConsentConsentDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) -
Uses of Consent.ConsentDataComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ConsentDataComponent Modifier and Type Field Description protected 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.ConsentDataComponent Modifier and Type Method Description Consent.ConsentDataComponentConsent. addData()Consent.ConsentDataComponentConsent.ConsentDataComponent. copy()Consent.ConsentDataComponentConsent. getDataFirstRep()Consent.ConsentDataComponentConsent.ConsentDataComponent. setMeaning(Consent.ConsentDataMeaning value)Consent.ConsentDataComponentConsent.ConsentDataComponent. setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value)Consent.ConsentDataComponentConsent.ConsentDataComponent. setReference(Reference value)Consent.ConsentDataComponentConsent.ConsentDataComponent. setReferenceTarget(Resource value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ConsentDataComponent Modifier and Type Method Description List<Consent.ConsentDataComponent>Consent. getData()Methods in org.hl7.fhir.dstu3.model with parameters of type Consent.ConsentDataComponent Modifier and Type Method Description ConsentConsent. addData(Consent.ConsentDataComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentDataComponent Modifier and Type Method Description ConsentConsent. setData(List<Consent.ConsentDataComponent> theData)
-