
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.Document
Packages that use Conformance.Document
-
Uses of Conformance.Document in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.DocumentModifier and TypeMethodDescriptionConformance.addDocument()Adds and returns a new value for document ()Conformance.getDocumentFirstRep()Gets the first repetition for document (), creating it if it does not already exist.Conformance.Document.setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()Conformance.Document.setDocumentation(String theString) Sets the value for documentation ()Conformance.Document.setMode(DocumentModeEnum theValue) Sets the value(s) for mode ()Conformance.Document.setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue) Sets the value(s) for mode ()Conformance.Document.setProfile(ResourceReferenceDt theValue) Sets the value(s) for profile ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.DocumentMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.DocumentModifier and TypeMethodDescriptionConformance.addDocument(Conformance.Document theValue) Adds a given new value for document ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.DocumentModifier and TypeMethodDescriptionConformance.setDocument(List<Conformance.Document> theValue) Sets the value(s) for document ()