Uses of Class
org.hl7.fhir.dstu3.model.Consent.ExceptComponent
Packages that use Consent.ExceptComponent
-
Uses of Consent.ExceptComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ExceptComponentModifier and TypeMethodDescriptionprotected Consent.ExceptComponentJsonParser.parseConsentExceptComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ExceptComponentXmlParser.parseConsentExceptComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Consent.ExceptComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentExceptComponent(String name, Consent.ExceptComponent element)protected voidRdfParser.composeConsentExceptComponent(Turtle.Complex parent, String parentType, String name, Consent.ExceptComponent element, int index)protected voidXmlParser.composeConsentExceptComponent(String name, Consent.ExceptComponent element)protected voidXmlParser.composeConsentExceptComponentElements(Consent.ExceptComponent element)protected voidJsonParser.composeConsentExceptComponentInner(Consent.ExceptComponent element)protected booleanXmlParser.parseConsentExceptComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptComponent res)protected voidJsonParser.parseConsentExceptComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ExceptComponent res) -
Uses of Consent.ExceptComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ExceptComponentModifier and TypeFieldDescriptionprotected List<Consent.ExceptComponent>Consent.exceptAn exception to the base policy of this consent.Methods in org.hl7.fhir.dstu3.model that return Consent.ExceptComponentModifier and TypeMethodDescriptionConsent.ExceptComponent.addAction(CodeableConcept t)Consent.ExceptComponent.addActor(Consent.ExceptActorComponent t)Consent.ExceptComponent.addData(Consent.ExceptDataComponent t)Consent.addExcept()Consent.ExceptComponent.addPurpose(Coding t)Consent.ExceptComponent.addSecurityLabel(Coding t)Consent.ExceptComponent.copy()Consent.getExceptFirstRep()Consent.ExceptComponent.setAction(List<CodeableConcept> theAction)Consent.ExceptComponent.setActor(List<Consent.ExceptActorComponent> theActor)Consent.ExceptComponent.setData(List<Consent.ExceptDataComponent> theData)Consent.ExceptComponent.setDataPeriod(Period value)Consent.ExceptComponent.setPurpose(List<Coding> thePurpose)Consent.ExceptComponent.setSecurityLabel(List<Coding> theSecurityLabel)Consent.ExceptComponent.setType(Consent.ConsentExceptType value)Consent.ExceptComponent.setTypeElement(Enumeration<Consent.ConsentExceptType> value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ExceptComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Consent.ExceptComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ExceptComponent