Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentReference.Content
-
Packages that use DocumentReference.Content Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DocumentReference.Content in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentReference.Content Modifier and Type Method Description DocumentReference.ContentDocumentReference. addContent()Adds and returns a new value for content ()DocumentReference.ContentDocumentReference.Content. addFormat(CodingDt theValue)Adds a given new value for format ()DocumentReference.ContentDocumentReference. getContentFirstRep()Gets the first repetition for content (), creating it if it does not already exist.DocumentReference.ContentDocumentReference.Content. setAttachment(AttachmentDt theValue)Sets the value(s) for attachment ()DocumentReference.ContentDocumentReference.Content. setFormat(List<CodingDt> theValue)Sets the value(s) for format ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DocumentReference.Content Modifier and Type Method Description List<DocumentReference.Content>DocumentReference. getContent()Gets the value(s) for content ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentReference.Content Modifier and Type Method Description DocumentReferenceDocumentReference. addContent(DocumentReference.Content theValue)Adds a given new value for content ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DocumentReference.Content Modifier and Type Method Description DocumentReferenceDocumentReference. setContent(List<DocumentReference.Content> theValue)Sets the value(s) for content ()
-