Uses of Class
org.hl7.fhir.dstu3.model.Consent.ExceptDataComponent
Packages that use Consent.ExceptDataComponent
-
Uses of Consent.ExceptDataComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ExceptDataComponentModifier and TypeMethodDescriptionprotected Consent.ExceptDataComponentJsonParser.parseConsentExceptDataComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ExceptDataComponentXmlParser.parseConsentExceptDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Consent.ExceptDataComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentExceptDataComponent(String name, Consent.ExceptDataComponent element)protected voidRdfParser.composeConsentExceptDataComponent(Turtle.Complex parent, String parentType, String name, Consent.ExceptDataComponent element, int index)protected voidXmlParser.composeConsentExceptDataComponent(String name, Consent.ExceptDataComponent element)protected voidXmlParser.composeConsentExceptDataComponentElements(Consent.ExceptDataComponent element)protected voidJsonParser.composeConsentExceptDataComponentInner(Consent.ExceptDataComponent element)protected booleanXmlParser.parseConsentExceptDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptDataComponent res)protected voidJsonParser.parseConsentExceptDataComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ExceptDataComponent res) -
Uses of Consent.ExceptDataComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ExceptDataComponentModifier and TypeFieldDescriptionprotected List<Consent.ExceptDataComponent>Consent.ExceptComponent.dataThe resources controlled by this exception, if specific resources are referenced.Methods in org.hl7.fhir.dstu3.model that return Consent.ExceptDataComponentModifier and TypeMethodDescriptionConsent.ExceptComponent.addData()Consent.ExceptDataComponent.copy()Consent.ExceptComponent.getDataFirstRep()Consent.ExceptDataComponent.setMeaning(Consent.ConsentDataMeaning value)Consent.ExceptDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value)Consent.ExceptDataComponent.setReference(Reference value)Consent.ExceptDataComponent.setReferenceTarget(Resource value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ExceptDataComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Consent.ExceptDataComponentModifier and TypeMethodDescriptionConsent.ExceptComponent.addData(Consent.ExceptDataComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ExceptDataComponentModifier and TypeMethodDescriptionConsent.ExceptComponent.setData(List<Consent.ExceptDataComponent> theData)