File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
healthcare/v1beta1/src/main/java/snippets/healthcare/hl7v2/messages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
import java .util .List ;
34
34
35
35
public class HL7v2MessageList {
36
- private static final String HL7v2_NAME = "projects/%s/locations/%s/datasets/%s/hl7C2Store /%s" ;
36
+ private static final String HL7v2_NAME = "projects/%s/locations/%s/datasets/%s/hl7V2Stores /%s" ;
37
37
private static final JsonFactory JSON_FACTORY = new JacksonFactory ();
38
38
private static final NetHttpTransport HTTP_TRANSPORT = new NetHttpTransport ();
39
39
@@ -71,7 +71,7 @@ public static void hl7v2MessageList(String hl7v2StoreName) throws IOException {
71
71
} while (pageToken != null );
72
72
73
73
// Print results.
74
- System .out .printf ("Retrieved %s HL7v2 stores : \n " , messages .size ());
74
+ System .out .printf ("Retrieved %s HL7v2 messages : \n " , messages .size ());
75
75
for (String data : messages ) {
76
76
System .out .println ("\t " + data );
77
77
}
You can’t perform that action at this time.
0 commit comments